fix(ESRI Dynamic): raster layers in ESRI Dynamic geocore layers now load #2670
+120
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #2598
Description
Fixes issue with raster layers not loading in ESRI Dynamic geocore layers.
Type of change
How Has This Been Tested?
https://damonu2.github.io/geoview/add-layers.html
06be2cfe-d334-4f92-94ae-62a7615e9d28 -fixed
5095a5e0-e574-4769-84d3-acaac529399b - fixed
37b59b8b-1c1c-4869-802f-c09571cc984b - fixed
3d52693e-39d1-4e7f-b4fa-b72ccb605006 - fixed
42478434-e0ac-4f40-a4ac-aec40f161a9c - fixed
c094782e-0d6f-4cc0-b5a3-58908493a433 - fixed
ac2096a6-7b4a-464e-9e08-eca7873dd88c - fixed
47a60179-83aa-4750-ad59-5797da909748 - all layers load, layers 0 and 17 are in RCS but don't exist, and two layers have no legend (15 and 16) - does not load at all in RAMP
6c7e9bb6-17e1-4e41-b49c-23261c8eefbc - fixed
bd71df53-543d-4359-9d17-8f1bb3b5ab90 - fixed
Checklist:
I have made corresponding changes to the documentationI have added tests that prove my fix is effective or that my feature worksNew and existing unit tests pass locally with my changesThis change is